Uses of Interface
org.eclipse.vtp.framework.interactions.core.media.IInputGrammarFactory

Packages that use IInputGrammarFactory
org.eclipse.vtp.framework.interactions.core.configurations   
org.eclipse.vtp.framework.interactions.core.services   
org.eclipse.vtp.framework.media   
 

Uses of IInputGrammarFactory in org.eclipse.vtp.framework.interactions.core.configurations
 

Constructors in org.eclipse.vtp.framework.interactions.core.configurations with parameters of type IInputGrammarFactory
InputConfiguration(IInputGrammarFactory inputFactory)
          Creates a new InputConfiguration.
InputRequestConfiguration(IContentFactory contentFactory, IInputGrammarFactory inputFactory)
          Creates a new InputRequestConfiguration.
MediaConfiguration(IContentFactory contentFactory, IInputGrammarFactory inputFactory)
          Creates a new MediaConfiguration.
SelectionChoiceConfiguration(IContentFactory contentFactory, IInputGrammarFactory inputFactory)
          Creates a new SelectionChoiceConfiguration.
SelectionRequestConfiguration(IContentFactory contentFactory, IInputGrammarFactory inputFactory)
          Creates a new SelectionRequestConfiguration.
 

Uses of IInputGrammarFactory in org.eclipse.vtp.framework.interactions.core.services
 

Classes in org.eclipse.vtp.framework.interactions.core.services that implement IInputGrammarFactory
 class InputManager
          Implementation of IInputGrammarFactory.
 

Uses of IInputGrammarFactory in org.eclipse.vtp.framework.media
 

Classes in org.eclipse.vtp.framework.media that implement IInputGrammarFactory
 class InputLoadingManager